home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- cursor([121, 122])
- set the member of sprite 167 to 99
- end
-
- on mouseDown
- if rollover(167) then
- end if
- end
-
- on mouseUp
- if rollover(167) then
- cursor(-1)
- go("message")
- end if
- end
-
- on mouseLeave
- if rollover(164) or rollover(165) or rollover(166) or rollover(168) then
- set the member of sprite 167 to 98
- cursor(-1)
- else
- cursor(-1)
- set the member of sprite 141 to 113
- set the member of sprite 167 to 98
- repeat with tt = 165 to 168
- sprite(tt).visible = 0
- end repeat
- end if
- end
-